home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Snippets / Development Tools & Languages / ShowBalloon XFCN / Makefile next >
Encoding:
Makefile  |  1992-07-15  |  1.9 KB  |  85 lines  |  [TEXT/MPS ]

  1. # This makefile was produced at 11:33:34 AM on Tue, Apr 2, 1991 by
  2. # Makemake version 2.0d29 (9 Jan 90), by Rick Holzgrafe and scott douglass.
  3. # To change this Makefile edit the definition of MAKEMAKE below
  4. # and execute Make Makefile.
  5.  
  6.  
  7. MAKEMAKE = MakeMake ∂
  8.         -t "ShowBalloon XFCN" ∂
  9.             -f "-t rsrc -c RSED" -l ∂
  10.             "-rt XFCN=22607 -m ENTRYPOINT -sg ShowBalloon" ShowBalloon.c ∂
  11.             Hustler:MPW:Libraries:Libraries:HyperXLib.o
  12.  
  13. TARGETS = "ShowBalloon XFCN"
  14.  
  15. DOT_H =
  16.  
  17. DOT_R =
  18.  
  19. SRCS = ShowBalloon.c
  20.  
  21. OBJS = ShowBalloon.c.o
  22.  
  23. LIBS = Hustler:MPW:Libraries:Libraries:HyperXLib.o
  24.  
  25. COUNT        = Count
  26. COUNTOPTS    = 
  27. CTAGS        = Ctags
  28. CTAGSOPTS    = -p -local -update
  29. DELETE       = Delete
  30. DELETEOPTS   = -i
  31. FILES        = Files
  32. FILESOPTS    = -l
  33. LIB          = Lib
  34. LIBOPTS      = 
  35. LINK         = Link
  36. LINKOPTS     = 
  37. MAKEFILE     = Makefile
  38. PRINT        = Print
  39. PRINTOPTS    = 
  40. REZ          = Rez
  41. SETFILE      = SetFile
  42. SETFILEOPTS  = -t 'MPST' -c 'MPS '
  43.  
  44.  
  45. ROptions = -a
  46.  
  47. "ShowBalloon XFCN"    ƒƒ {OBJS} {LIBS}
  48.     {LINK} -rt XFCN=22607 -m ENTRYPOINT -sg ShowBalloon -o {Targ} {OBJS} {LIBS}
  49.  
  50. "ShowBalloon XFCN"    ƒƒ {OBJS} {LIBS}
  51.     {SETFILE} -t rsrc -c RSED {Targ}
  52.  
  53.  
  54.  
  55. {MAKEFILE}    ƒ NoSuchFile
  56. NoSuchFile    ƒ
  57.     {MAKEMAKE}
  58.  
  59. clean    ƒ
  60.     {DELETE} {DELETEOPTS} {OBJS}
  61.  
  62. clobber    ƒ clean
  63.     {DELETE} {DELETEOPTS} {TARGETS}
  64.  
  65. count    ƒ
  66.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  67.  
  68. files    ƒ
  69.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS}
  70.  
  71. print    ƒ
  72.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  73.  
  74. tags    ƒ {DOT_H} {SRCS}
  75.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  76.  
  77.  
  78. ShowBalloon.c.o ƒ ∂
  79.         "{CIncludes}types.h" "{CIncludes}memory.h" "{CIncludes}balloons.h" ∂
  80.         "{CIncludes}Quickdraw.h" "{CIncludes}Menus.h" "{CIncludes}Traps.h" ∂
  81.         "{CIncludes}hyperxcmd.h" "{CIncludes}Events.h" "{CIncludes}TextEdit.h" ∂
  82.         "{CIncludes}StandardFile.h" "{CIncludes}Dialogs.h" ∂
  83.         "{CIncludes}Windows.h" "{CIncludes}Controls.h" "{CIncludes}Files.h" ∂
  84.         "{CIncludes}OSUtils.h" "{CIncludes}SegLoad.h"
  85.